home *** CD-ROM | disk | FTP | other *** search
/ 3D Game Programming All in One / 3D Game Programming All in One Disc.iso / 3D2E / demo / server / scripts / flag.cs < prev    next >
Text File  |  2005-11-23  |  520b  |  20 lines

  1. //-----------------------------------------------------------------------------
  2. // Torque Game Engine 
  3. // Copyright (C) GarageGames.com, Inc.
  4. //-----------------------------------------------------------------------------
  5.  
  6. datablock StaticShapeData(FlagPole)
  7. {
  8.    category = "Demo";
  9.    shapeFile = "~/data/shapes/objects/flagpole.dts";
  10. };
  11.  
  12. datablock ShapeBaseImageData(FlagPoleImage)
  13. {
  14.    shapeFile = "~/data/shapes/objects/flagpole.dts";
  15.    mountPoint = 1;
  16.    offset = "0 0 -1";
  17.    emap = false;
  18. };
  19.  
  20.